home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / exe.arc / EXECUTE.MAN < prev    next >
Text File  |  1990-03-13  |  763b  |  35 lines

  1. (L)            Gulam Commands(L)
  2.  
  3. NAME:  execute
  4.  
  5. SYNOPSIS
  6.     execute.g
  7.     
  8. OPERATION
  9.  
  10.     If the file t.g exists in the home directory, then it is moved to tt.g
  11.     and executed.  This shell script is intended to be used with start and
  12.     run.  It is best if it is placed near the end of the gulam.g file.
  13.  
  14.     
  15. AUTHOR
  16.     John Buchanan 
  17.  
  18. FILES
  19.     \auto\start.inf
  20.     $(HOME)\execute.g
  21.     $(HOME)\t.g
  22.     $(HOME)\tt.g
  23.  
  24. SEE ALSO
  25.     start, execute
  26.  
  27. BUGS
  28.     If the file t.g is present the end if in the execute.g file will
  29.     cause an extraneous endif error message.  (This is gulam's bug)
  30.  
  31.     Moving the file t.g to tt.g is done since gulam does not seem to
  32.     like to execute one shell file from another, then return and
  33.     do some more work.
  34.     
  35.